home *** CD-ROM | disk | FTP | other *** search
- //file: Custom Def Utils.h
-
- typedef struct
- {
- short Jmp; // jmp instruction
- void* Routine; // address to jump to
- }
- JmpInstructionTemplate;
-
-
- Handle GetUniversalFunctionHandle(ProcPtr functionAddress,ProcInfoType pInfo);
- void PatchJmpInstruction(void* patchAddress, void* jumpAddress);
-